home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / board / IGNUChess151.lha / GNUChess-1.51 / Proto.h < prev    next >
Text File  |  1994-02-10  |  582b  |  17 lines

  1. /************************************************************************/
  2. /* Prototypes for GNUChess Functions                                    */
  3. /************************************************************************/
  4.  
  5. int        VerifyMove(char *, short, unsigned short *);
  6. void    NewGame(void);
  7. void    algbr(short, short, short);
  8. int        SelectMove(short, short);
  9. void    MoveList(short, short);
  10. int        castle(short, short, short, short);
  11. void    InitializeStats(void);
  12. int        SqAtakd(short, short);
  13. void    ScorePosition(short, short *);
  14. short    SqValue(short, short);
  15. void    ExaminePosition(void);
  16. short    distance(short, short);
  17.